home *** CD-ROM | disk | FTP | other *** search
/ Exame Informatica 142 / Exame Informatica 142.iso / Programas / paintnet / PaintDotNet_3_01_BetaNews.exe / PaintDotNetSetup.exe / PaintDotNet.msi / _331965CDCB37462C0A948BDD52C65A60 < prev    next >
Encoding:
Text File  |  2007-01-11  |  6.0 KB  |  152 lines

  1. <html>
  2.  
  3. <!-- #BeginTemplate "pdn_help.dwt" -->
  4.  
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  7. <!-- #BeginEditable "title" -->
  8. <title>Paint.NET Help - Layers Window</title>
  9. <!-- #EndEditable -->
  10. <link rel="stylesheet" type="text/css" href="../stylesheet.css">
  11. </head>
  12.  
  13. <body>
  14.  
  15. <div id="banner">
  16.     <a href="http://www.getpaint.net/">
  17.     <img border="0" src="../images/logo.png"></a><p>
  18.      </div>
  19. <div id="leftnav">
  20.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  21.         <li><a href="index.html">Overview</a><br>
  22.         </li>
  23.         <li><a href="Features.html">Features</a><br>
  24.         <a href="Tutorials.html">Tutorials</a><br>
  25.         <a href="WhatsNew.html">What's New?</a><br>
  26.         </li>
  27.     </ul>
  28.     <h3>Concepts</h3>
  29.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  30.         <li><a href="LayersAndBlendModes.html">Layers and Blend Modes</a></li>
  31.     </ul>
  32.     <h3>User Interface</h3>
  33.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  34.         <li><a href="KeyboardMouseCommands.html">Keyboard & Mouse Commands</a></li>
  35.         <li><a href="MainWindow.html">Main Window</a></li>
  36.         <li><a href="ImageList.html">Image List</a></li>
  37.         <li><a href="MenuBar.html">Menu Bar</a>
  38.         <ul class="toc">
  39.             <li><a href="FileMenu.html">File</a></li>
  40.             <li><a href="EditMenu.html">Edit</a></li>
  41.             <li><a href="ViewMenu.html">View</a></li>
  42.             <li><a href="ImageMenu.html">Image</a></li>
  43.             <li><a href="LayersMenu.html">Layers</a>
  44.             <ul class="toc">
  45.                 <li class="comment"><a href="RotateZoom.html">Rotate / Zoom</a></li>
  46.             </ul></li>
  47.             <li><a href="AdjustmentsMenu.html">Adjustments</a> 
  48.                 <ul class="toc">
  49.                     <li><a href="Curves.html">Curves</a></li>
  50.                     <li><a href="Levels.html">Levels</a></li>
  51.                 </ul></li>
  52.             <li><a href="EffectsMenu.html">Effects</a></li>
  53.             <li><a href="WindowMenu.html">Window</a></li>
  54.             <li><a href="HelpMenu.html">Help</a></li>
  55.         </ul>
  56.         </li>
  57.         <li><a href="Toolbar.html">Toolbar</a></li>
  58.         <li><a href="ToolsWindow.html">Tools Window</a><ul class="toc">
  59.             <li><a href="SelectionTools.html">Selection Tools</a></li>
  60.             <li><a href="MoveTools.html">Move Tools</a><br>
  61.             <a href="MagicWand.html">Magic Wand</a></li>
  62.             <li><a href="GradientTool.html">Gradient Tool</a><br>
  63.             <a href="Paintbrush.html">Paintbrush</a></li>
  64.             <li><a href="EraserTool.html">Eraser Tool</a></li>
  65.             <li><a href="PixelTools.html">Pixel Tools</a></li>
  66.             <li><a href="ShapeTools.html">Shape Tools</a></li>
  67.             <li><a href="LineCurve.html">Line / Curve Tool</a></li>
  68.             <li><a href="TextTool.html">Text Tool</a></li>
  69.             <li><a href="PaintBucket.html">Paint Bucket</a></li>
  70.             <li><a href="CloneStamp.html">Clone Stamp</a></li>
  71.             <li><a href="RecolorTool.html">Recolor Tool</a></li>
  72.         </ul>
  73.         </li>
  74.         <li><a href="HistoryWindow.html">History Window</a></li>
  75.         <li><a href="LayersWindow.html">Layers Window</a></li>
  76.         <li><a href="ColorsWindow.html">Colors Window</a></li>
  77.         <li><a href="StatusBar.html">Status Bar</a></li>
  78.     </ul>
  79.     </li>
  80.     <h3>Other</h3>
  81.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  82.         <li><a href="FAQ.html">FAQ (Frequently Asked Questions)</a></li>
  83.         <li><a href="UnattendedInstallation.html">Unattended Installation</a></li>
  84.         <li><a href="SystemRequirements.html">System Requirements</a></li>
  85.         <li><a href="WebLinks.html">Web Links</a></li>
  86.         <li><a href="License.html">License</a></li>
  87.     </ul>
  88. </div>
  89. <div id="content">
  90.     <!-- #BeginEditable "content" -->
  91.     <h2>Layers Window</h2>
  92.     <p>This window allows you to manage the multiple layers that an image may 
  93.     contain in Paint.NET. There is always one active layer, and all drawing 
  94.     affects only that layer. Each layer may be given a name, and may have a 
  95.     blending mode and opacity set. You may also make a layer visible or 
  96.     invisible by setting the checkbox appropriately.</p>
  97.     <p>You may think of the layers of an image as representing a stack of 
  98.     transparency sheets placed one on top of the other. Images that are on lower 
  99.     layers will show through to the top, but only if the layers on top do not 
  100.     occlude them.</p>
  101.     <ul>
  102.         <li class="nobullet">
  103.         <img border="0" src="Images/LayersWindow.png"></li>
  104.     </ul>
  105.     <p>
  106.     There are also six buttons on the bottom of the layer window. From 
  107.     left-to-right they are:</p>
  108.     <ul>
  109.         <li><h3><a name="AddNewLayer"></a>Add New Layer</h3><p>This will add a 
  110.         new, completely transparent layer to the image. It will have a generic 
  111.         name that indicates what layer position it has been placed at, such as 
  112.         "Layer 4."</p></li>
  113.         <li><h3><a name="DeleteLayer"></a>Delete Layer</h3><p>This will delete 
  114.         the active layer from the image. You may not delete a layer if it is the 
  115.         only one in the image.</p></li>
  116.         <li><h3><a name="DuplicateLayer"></a>Duplicate Layer</h3><p>This will 
  117.         take the active layer, duplicate its contents and attributes, and place 
  118.         it in the image after the original layer.</p></li>
  119.         <li><h3><a name="MergeLayerDown"></a>Merge Layer Down</h3>
  120.         <p>This will take the current layer and merge it into the layer below 
  121.         it.</p></li>
  122.         <li>
  123.         <h3><a name="MoveLayerUp"></a>Move Layer Up</h3><p>This will move the 
  124.         current layer to a higher position in the layer order.</p></li>
  125.         <li><h3><a name="MoveLayerDown"></a>Move Layer Down</h3><p>This will 
  126.         move the current layer to a lower position in the layer order.</p></li>
  127.         <li><h3><a name="LayerProperties"></a>Layer Properties</h3><p>This will 
  128.         bring up the properties for the active layer. From here you may give the 
  129.         layer a different name, toggle its visibility, and set its blending 
  130.         properties.</p>
  131.         <p>
  132.     <img border="0" src="Images/LayerProperties.png"></p></li>
  133.     </ul>
  134.     <!-- #EndEditable -->
  135.     <h4><br>
  136.     <br>
  137.     </h4>
  138.     <p align="center">
  139.     <font color="#808080" size="1">Copyright <font face="Times New Roman">┬⌐ 2007 </font>
  140.     Rick Brewster, Tom Jackson, and past contributors. Portions Copyright
  141.     <font face="Times New Roman">┬⌐ 2007 </font>Microsoft Corporation. All Rights 
  142.     Reserved.</font><font size="1"> <br>
  143.     </font>
  144. </div>
  145. </b>
  146.  
  147. </body>
  148.  
  149. <!-- #EndTemplate -->
  150.  
  151. </html>
  152.